GET /api/bet_types/c3512e3f-71fa-437f-8073-242a6d302743/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c3512e3f-71fa-437f-8073-242a6d302743",
    "match": "https://api-prod.gambitprofit.com/api/matches/fb679d77-5d1f-40da-ac7c-d4a132a22330/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-24T10:38:13.887189-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": "Amanda Ribas",
                "amount": 6047.0
            },
            {
                "team": "Maycee Barber",
                "amount": 3953.0
            }
        ],
        "expected_reward_tokens": 9250.02,
        "profit_sb": -249.98,
        "profit_sb_percentage": -2.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "4a78ce52-5649-4104-a17f-537b5b925b1d",
            "gambit_id": "dd1f1d81-3499-4fa2-833e-d3f8e5a9071d",
            "last_updated": "2023-06-27T15:03:08.455591-04:00",
            "created_at": "2023-06-24T10:38:13.892970-04:00",
            "name": "Amanda Ribas",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3512e3f-71fa-437f-8073-242a6d302743/?format=api"
        },
        {
            "id": "0ecc79ab-9c66-479f-99d5-9981cea04c30",
            "gambit_id": "0fca2699-6a1f-465b-b34a-c1cd2413fccf",
            "last_updated": "2023-06-27T15:03:08.454044-04:00",
            "created_at": "2023-06-24T10:38:13.890212-04:00",
            "name": "Maycee Barber",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3512e3f-71fa-437f-8073-242a6d302743/?format=api"
        }
    ]
}