GET /api/bet_types/bae283a9-1b7e-4ce2-a7bc-7a8fa1cb3dd6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bae283a9-1b7e-4ce2-a7bc-7a8fa1cb3dd6",
    "match": "https://api-prod.gambitprofit.com/api/matches/ad74a940-4e6f-46e1-a42d-359be112a602/?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": "Newcastle United",
                "amount": 5486.0
            },
            {
                "team": "Fulham",
                "amount": 4514.0
            }
        ],
        "expected_reward_tokens": 12232.94,
        "profit_sb": 2732.94,
        "profit_sb_percentage": 28.77,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Newcastle United",
                "amount": 3919.0
            },
            {
                "team": "Fulham",
                "amount": 3225.0
            },
            {
                "team": "Draw",
                "amount": 2856.0
            }
        ],
        "expected_reward_tokens": 8739.36,
        "profit_sb": -760.64,
        "profit_sb_percentage": -8.01,
        "recommended": false
    },
    "lines": [
        {
            "id": "8442ecf6-f3a5-44dc-9333-cac3894fed81",
            "gambit_id": "38296ad0-bda8-4249-805f-2f26e1eceb79",
            "last_updated": "2022-10-03T18:37:19.068088-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Newcastle United",
            "reward": "2.23000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bae283a9-1b7e-4ce2-a7bc-7a8fa1cb3dd6/?format=api"
        },
        {
            "id": "47bc51ce-7a63-46ff-b3b3-78e786acdc92",
            "gambit_id": "e9e109b2-2ec3-4ce6-a74f-366a5b104719",
            "last_updated": "2022-10-03T18:37:19.066234-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Fulham",
            "reward": "2.71000",
            "odds": "2.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bae283a9-1b7e-4ce2-a7bc-7a8fa1cb3dd6/?format=api"
        },
        {
            "id": "0d440a8c-ca95-43c4-b48e-9cd7b4306696",
            "gambit_id": "4d82571a-c364-4e1c-8a64-0d199ac01229",
            "last_updated": "2022-10-03T18:37:19.067167-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.06000",
            "odds": "3.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bae283a9-1b7e-4ce2-a7bc-7a8fa1cb3dd6/?format=api"
        }
    ]
}