GET /api/bet_types/3ca4c943-1004-4157-b097-6ad8352094a5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3ca4c943-1004-4157-b097-6ad8352094a5",
    "match": "https://api-prod.gambitprofit.com/api/matches/4b0be246-5bef-4409-985e-d9e05a95f07b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-05T11:47:04.899614-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": "LOS (C Kershaw)",
                "amount": 5117.0
            },
            {
                "team": "SDG (J Musgrove)",
                "amount": 4883.0
            }
        ],
        "expected_reward_tokens": 9568.79,
        "profit_sb": 68.79,
        "profit_sb_percentage": 0.72,
        "recommended": true
    },
    "lines": [
        {
            "id": "60f98ecc-48b7-450a-b0e9-9db98bf9be5d",
            "gambit_id": "25e3c9be-4c06-4334-b6e7-1bf9c0752ffd",
            "last_updated": "2023-05-11T23:12:05.740446-04:00",
            "created_at": "2023-05-05T11:47:04.902696-04:00",
            "name": "LOS (C Kershaw)",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ca4c943-1004-4157-b097-6ad8352094a5/?format=api"
        },
        {
            "id": "e1478ad8-b9f8-4a2c-b2e1-d040065b846c",
            "gambit_id": "732a9561-ea7d-48d5-83a5-6673cd795d57",
            "last_updated": "2023-05-11T23:12:05.738583-04:00",
            "created_at": "2023-05-05T11:47:04.901036-04:00",
            "name": "SDG (J Musgrove)",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ca4c943-1004-4157-b097-6ad8352094a5/?format=api"
        }
    ]
}