GET /api/bet_types/15d87a04-3d16-407d-a3c8-abdc67d74469/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "15d87a04-3d16-407d-a3c8-abdc67d74469",
    "match": "https://api-prod.gambitprofit.com/api/matches/92caa01c-a93f-4852-ad56-300a2f84ba70/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-07T11:57:11.982121-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": "SDG",
                "amount": 6100.0
            },
            {
                "team": "LOS",
                "amount": 3900.0
            }
        ],
        "expected_reward_tokens": 9516.0,
        "profit_sb": 16.0,
        "profit_sb_percentage": 0.17,
        "recommended": true
    },
    "lines": [
        {
            "id": "ae087135-d524-4b94-878e-e15527577d57",
            "gambit_id": "83e473f2-935d-44da-968f-77242aa6b10a",
            "last_updated": "2023-05-08T11:47:08.638868-04:00",
            "created_at": "2023-05-07T11:57:11.983517-04:00",
            "name": "SDG",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/15d87a04-3d16-407d-a3c8-abdc67d74469/?format=api"
        },
        {
            "id": "49de7161-7613-4ebe-aacb-6dd53ef36dbf",
            "gambit_id": "e0d1b7d7-0bf6-4b7d-9dec-fa01c5b816db",
            "last_updated": "2023-05-08T11:47:08.640520-04:00",
            "created_at": "2023-05-07T11:57:11.984944-04:00",
            "name": "LOS",
            "reward": "2.44000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/15d87a04-3d16-407d-a3c8-abdc67d74469/?format=api"
        }
    ]
}