GET /api/bet_types/7353ac7a-87ed-4480-89db-749d5b33fc09/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7353ac7a-87ed-4480-89db-749d5b33fc09",
    "match": "https://api-prod.gambitprofit.com/api/matches/ca3fe436-2d8e-43b1-9613-d7ac78de4e35/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-04T12:16:52.859556-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 (T Bradley)",
                "amount": 5375.0
            },
            {
                "team": "BOS (T Houck)",
                "amount": 4625.0
            }
        ],
        "expected_reward_tokens": 9620.0,
        "profit_sb": 120.0,
        "profit_sb_percentage": 1.26,
        "recommended": true
    },
    "lines": [
        {
            "id": "3b3536c6-1814-4514-a363-6146fc9eddd8",
            "gambit_id": "f6f76777-d960-4701-8c91-d0b7fab60948",
            "last_updated": "2023-06-05T10:57:23.839800-04:00",
            "created_at": "2023-06-04T12:16:52.862822-04:00",
            "name": "TAM (T Bradley)",
            "reward": "1.79000",
            "odds": "1.81970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7353ac7a-87ed-4480-89db-749d5b33fc09/?format=api"
        },
        {
            "id": "191e3415-eeea-45f4-8e79-e3cc802af5f3",
            "gambit_id": "13221e0b-166f-4f72-a43f-ecd123ea497a",
            "last_updated": "2023-06-05T10:57:23.841426-04:00",
            "created_at": "2023-06-04T12:16:52.865146-04:00",
            "name": "BOS (T Houck)",
            "reward": "2.08000",
            "odds": "2.12000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7353ac7a-87ed-4480-89db-749d5b33fc09/?format=api"
        }
    ]
}