GET /api/bet_types/05d69ad1-fce6-4f9e-b371-bb5a032440d9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "05d69ad1-fce6-4f9e-b371-bb5a032440d9",
    "match": "https://api-prod.gambitprofit.com/api/matches/f67ff886-e824-4bc1-807f-09616326958d/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05: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": "Carlos Alcaraz Garfia",
                "amount": 6224.0
            },
            {
                "team": "Frances Tiafoe",
                "amount": 3776.0
            }
        ],
        "expected_reward_tokens": 9024.64,
        "profit_sb": 24.64,
        "profit_sb_percentage": 0.27,
        "recommended": true
    },
    "lines": [
        {
            "id": "8352d65a-c207-4c14-b7a9-2d238b4aa137",
            "gambit_id": "c1353014-39a7-4bdc-acac-4e7b129bcfde",
            "last_updated": "2022-09-10T21:47:43.582067-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Carlos Alcaraz Garfia",
            "reward": "1.45000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/05d69ad1-fce6-4f9e-b371-bb5a032440d9/?format=api"
        },
        {
            "id": "c6164a43-20d3-44ef-9201-2b8ab1f18ca8",
            "gambit_id": "31d7559b-a609-4c9d-b3c4-77d73f4227fc",
            "last_updated": "2022-09-10T21:47:43.580885-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Frances Tiafoe",
            "reward": "2.39000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/05d69ad1-fce6-4f9e-b371-bb5a032440d9/?format=api"
        }
    ]
}