GET /api/bet_types/5ece3584-4940-4e52-a492-7f1e162dfc37/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5ece3584-4940-4e52-a492-7f1e162dfc37",
    "match": "https://api-prod.gambitprofit.com/api/matches/18e24eed-fc6a-4a31-864c-375d20deaef9/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-04T09:43:04.479645-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": "NYM (K Senga)",
                "amount": 5260.0
            },
            {
                "team": "ARI (Z Davies)",
                "amount": 4740.0
            }
        ],
        "expected_reward_tokens": 9573.2,
        "profit_sb": 73.2,
        "profit_sb_percentage": 0.77,
        "recommended": true
    },
    "lines": [
        {
            "id": "c003ddc5-cf88-4964-87e8-1547e54a7de1",
            "gambit_id": "d0a86fa5-62ed-4160-a97c-124f33cc428d",
            "last_updated": "2023-07-11T16:08:21.786853-04:00",
            "created_at": "2023-07-04T09:43:04.481843-04:00",
            "name": "NYM (K Senga)",
            "reward": "1.82000",
            "odds": "1.85470",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ece3584-4940-4e52-a492-7f1e162dfc37/?format=api"
        },
        {
            "id": "61d91fe3-6353-4b61-bbe8-de13f32f6920",
            "gambit_id": "6c3ac332-b0cb-4d28-8677-440889006bb5",
            "last_updated": "2023-07-11T16:08:21.788282-04:00",
            "created_at": "2023-07-04T09:43:04.490102-04:00",
            "name": "ARI (Z Davies)",
            "reward": "2.02000",
            "odds": "2.07000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ece3584-4940-4e52-a492-7f1e162dfc37/?format=api"
        }
    ]
}