GET /api/bet_types/090521d6-5206-4700-959e-ff5ef6bb8741/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "090521d6-5206-4700-959e-ff5ef6bb8741",
    "match": "https://api-prod.gambitprofit.com/api/matches/e960eb2b-d1f2-427f-b3fd-c799ea91f37a/?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": "Toronto FC",
                "amount": 5828.0
            },
            {
                "team": "Los Angeles Galaxy",
                "amount": 4172.0
            }
        ],
        "expected_reward_tokens": 11889.12,
        "profit_sb": 2889.12,
        "profit_sb_percentage": 32.1,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Toronto FC",
                "amount": 4372.0
            },
            {
                "team": "Los Angeles Galaxy",
                "amount": 3130.0
            },
            {
                "team": "Draw",
                "amount": 2498.0
            }
        ],
        "expected_reward_tokens": 8917.86,
        "profit_sb": -82.14,
        "profit_sb_percentage": -0.91,
        "recommended": false
    },
    "lines": [
        {
            "id": "4d196aa7-cb5f-41e0-93fd-b8bc24dd9618",
            "gambit_id": "b75e5cd3-4fd4-4305-9e05-48eabe826e92",
            "last_updated": "2022-09-01T12:07:12.088857-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toronto FC",
            "reward": "2.04000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/090521d6-5206-4700-959e-ff5ef6bb8741/?format=api"
        },
        {
            "id": "ae0461c4-c0fa-44e0-bf8f-39c14f7cfcee",
            "gambit_id": "a913204a-5c16-45ae-8afc-c7b29b3e5d5e",
            "last_updated": "2022-09-01T12:07:12.088328-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Galaxy",
            "reward": "2.85000",
            "odds": "3.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/090521d6-5206-4700-959e-ff5ef6bb8741/?format=api"
        },
        {
            "id": "1595798a-9591-4ac7-ba94-cd2814779979",
            "gambit_id": "70542af0-033f-4d51-9d12-abba63d28470",
            "last_updated": "2022-09-01T12:07:12.089347-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.57000",
            "odds": "3.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/090521d6-5206-4700-959e-ff5ef6bb8741/?format=api"
        }
    ]
}