GET /api/bet_types/4876a254-3991-4818-b6f4-bf2ecd02fe7d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4876a254-3991-4818-b6f4-bf2ecd02fe7d",
    "match": "https://api-prod.gambitprofit.com/api/matches/0484ffa6-64ea-4fc6-96e1-40397c820237/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-18T08:53:09.521248-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": "SFO (A Desclafani)",
                "amount": 5615.0
            },
            {
                "team": "CIN (L Weaver)",
                "amount": 4385.0
            }
        ],
        "expected_reward_tokens": 9601.65,
        "profit_sb": 101.65,
        "profit_sb_percentage": 1.07,
        "recommended": true
    },
    "lines": [
        {
            "id": "3d7b987b-1c26-4711-bf14-aebf54e2149e",
            "gambit_id": "2e1ccba3-2d07-4bbf-a8a6-17144fd95c0c",
            "last_updated": "2023-07-19T10:28:11.951767-04:00",
            "created_at": "2023-07-18T08:53:09.522698-04:00",
            "name": "SFO (A Desclafani)",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4876a254-3991-4818-b6f4-bf2ecd02fe7d/?format=api"
        },
        {
            "id": "1e68cdd8-84a7-480b-b13f-e365ae18bff7",
            "gambit_id": "7d1d4375-8023-4283-95d7-1d9c03603b02",
            "last_updated": "2023-07-19T10:28:11.953815-04:00",
            "created_at": "2023-07-18T08:53:09.524194-04:00",
            "name": "CIN (L Weaver)",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4876a254-3991-4818-b6f4-bf2ecd02fe7d/?format=api"
        }
    ]
}