GET /api/bet_types/9287aff1-d5eb-4a70-a481-43096fd939b5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9287aff1-d5eb-4a70-a481-43096fd939b5",
    "match": "https://api-prod.gambitprofit.com/api/matches/2365e427-ea69-4cb8-9e59-2395ba40e772/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Los Angeles FC",
                "amount": 8245.0
            },
            {
                "team": "Draw",
                "amount": 1755.0
            }
        ],
        "expected_reward_tokens": 10141.35,
        "profit_sb": 1141.35,
        "profit_sb_percentage": 12.68,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Los Angeles FC",
                "amount": 7388.0
            },
            {
                "team": "Draw",
                "amount": 1572.0
            },
            {
                "team": "DC United",
                "amount": 1040.0
            }
        ],
        "expected_reward_tokens": 9086.16,
        "profit_sb": 86.16,
        "profit_sb_percentage": 0.96,
        "recommended": true
    },
    "lines": [
        {
            "id": "9e6c5641-f7dd-4d6a-b7a3-d53b170cf08b",
            "gambit_id": "64a2e752-be46-4f96-8e86-5bba693d6e3c",
            "last_updated": "2022-08-17T10:07:08.333304-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles FC",
            "reward": "1.23000",
            "odds": "1.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9287aff1-d5eb-4a70-a481-43096fd939b5/?format=api"
        },
        {
            "id": "3ac25d8a-e864-4e57-933e-a50c90d37579",
            "gambit_id": "b5d0842c-baaf-46f6-901b-c9f5718e0435",
            "last_updated": "2022-08-17T10:07:08.334265-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "5.78000",
            "odds": "6.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9287aff1-d5eb-4a70-a481-43096fd939b5/?format=api"
        },
        {
            "id": "b7064a8d-e6c5-49ad-abc7-79251e61e429",
            "gambit_id": "055b2906-db0c-4603-8b42-a9e0f01a51b7",
            "last_updated": "2022-08-17T10:07:08.333783-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "DC United",
            "reward": "8.74000",
            "odds": "9.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9287aff1-d5eb-4a70-a481-43096fd939b5/?format=api"
        }
    ]
}