GET /api/bet_types/734ed69a-85d4-4a4c-8926-e1eb2427c53f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "734ed69a-85d4-4a4c-8926-e1eb2427c53f",
    "match": "https://api-prod.gambitprofit.com/api/matches/5aab80f7-be96-4e59-ab25-64acd23922b7/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-22T13:06:56.730847-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 (D May)",
                "amount": 5363.0
            },
            {
                "team": "CHC (H Wesneski)",
                "amount": 4637.0
            }
        ],
        "expected_reward_tokens": 9598.59,
        "profit_sb": 98.59,
        "profit_sb_percentage": 1.04,
        "recommended": true
    },
    "lines": [
        {
            "id": "25dfd7bc-9632-4427-a353-56882ce4dd59",
            "gambit_id": "6079b21c-8175-44e0-b1cf-78e91828d8ff",
            "last_updated": "2023-04-23T18:27:06.666853-04:00",
            "created_at": "2023-04-22T13:06:56.733906-04:00",
            "name": "LOS (D May)",
            "reward": "1.79000",
            "odds": "1.82640",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/734ed69a-85d4-4a4c-8926-e1eb2427c53f/?format=api"
        },
        {
            "id": "ef429de9-02ab-489a-8a64-4d7a95498481",
            "gambit_id": "e148adaa-708c-4aa0-89ef-5cc27f5a51b2",
            "last_updated": "2023-04-23T18:27:06.665031-04:00",
            "created_at": "2023-04-22T13:06:56.732303-04:00",
            "name": "CHC (H Wesneski)",
            "reward": "2.07000",
            "odds": "2.11000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/734ed69a-85d4-4a4c-8926-e1eb2427c53f/?format=api"
        }
    ]
}