GET /api/bet_types/071b63a4-d5b7-4eba-bade-7fa98b5584a0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "071b63a4-d5b7-4eba-bade-7fa98b5584a0",
    "match": "https://api-prod.gambitprofit.com/api/matches/a7840b3f-dcae-4a86-b031-7f290cb65f8b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-30T10:47:16.447243-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "TOR (Y Kikuchi)",
                "amount": 5909.0
            },
            {
                "team": "MIL (A Houser)",
                "amount": 4091.0
            }
        ],
        "expected_reward_tokens": 9572.58,
        "profit_sb": 72.58,
        "profit_sb_percentage": 0.76,
        "recommended": true
    },
    "lines": [
        {
            "id": "c2f0ef0c-5bd4-4c11-a0aa-8d599290c072",
            "gambit_id": "e4fbb14e-c3fe-4442-9849-60bb21d86786",
            "last_updated": "2023-05-31T11:47:22.962302-04:00",
            "created_at": "2023-05-30T10:47:16.452252-04:00",
            "name": "TOR (Y Kikuchi)",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/071b63a4-d5b7-4eba-bade-7fa98b5584a0/?format=api"
        },
        {
            "id": "87f71901-d795-4553-a561-419b7299ad72",
            "gambit_id": "b2b98ac7-2e12-4bcf-a69b-52ec3dd8f6ce",
            "last_updated": "2023-05-31T11:47:22.960135-04:00",
            "created_at": "2023-05-30T10:47:16.449719-04:00",
            "name": "MIL (A Houser)",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/071b63a4-d5b7-4eba-bade-7fa98b5584a0/?format=api"
        }
    ]
}