GET /api/bet_types/b4f7b0b2-5dcb-4421-b8d0-60f8c908d674/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b4f7b0b2-5dcb-4421-b8d0-60f8c908d674",
    "match": "https://api-prod.gambitprofit.com/api/matches/b8b8b5df-98d6-47b9-8593-2888964983e3/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-29T16:27:02.318032-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": "TAM (C Faucher)",
                "amount": 5627.0
            },
            {
                "team": "CWS (L Lynn)",
                "amount": 4373.0
            }
        ],
        "expected_reward_tokens": 9620.6,
        "profit_sb": 120.6,
        "profit_sb_percentage": 1.27,
        "recommended": true
    },
    "lines": [
        {
            "id": "6ff6b4ed-ab4e-4e2b-991d-1340221f26c1",
            "gambit_id": "94fc8139-4a85-4770-a0cd-aa8ee0eafd58",
            "last_updated": "2023-04-30T15:27:14.367674-04:00",
            "created_at": "2023-04-29T16:27:02.321700-04:00",
            "name": "TAM (C Faucher)",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b4f7b0b2-5dcb-4421-b8d0-60f8c908d674/?format=api"
        },
        {
            "id": "9b02e521-f167-4d76-8da4-ffdb97950648",
            "gambit_id": "511f2174-764c-41c6-a127-9822405f163f",
            "last_updated": "2023-04-30T15:27:14.365632-04:00",
            "created_at": "2023-04-29T16:27:02.320017-04:00",
            "name": "CWS (L Lynn)",
            "reward": "2.20000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b4f7b0b2-5dcb-4421-b8d0-60f8c908d674/?format=api"
        }
    ]
}