GET /api/bet_types/b161af41-0555-4ae7-815d-85abd44bb539/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b161af41-0555-4ae7-815d-85abd44bb539",
    "match": "https://api-prod.gambitprofit.com/api/matches/76a78736-777d-4861-aa8e-ecf4fdb4b69a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-13T10:18:24.747463-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": "CIN",
                "amount": 6324.0
            },
            {
                "team": "PIT",
                "amount": 3676.0
            }
        ],
        "expected_reward_tokens": 9484.08,
        "profit_sb": -15.92,
        "profit_sb_percentage": -0.17,
        "recommended": false
    },
    "lines": [
        {
            "id": "6016db4c-3e35-4f3c-b38c-d54a5425acc4",
            "gambit_id": "9b9abea9-ce2a-4837-a390-8154f92ac56c",
            "last_updated": "2023-08-14T18:43:06.746797-04:00",
            "created_at": "2023-08-13T10:18:24.752300-04:00",
            "name": "CIN",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b161af41-0555-4ae7-815d-85abd44bb539/?format=api"
        },
        {
            "id": "bba61dd4-2daa-4b92-8aaf-f4fa74146aa1",
            "gambit_id": "880170a6-71b7-4881-bcca-c4c99567484d",
            "last_updated": "2023-08-14T18:43:06.749974-04:00",
            "created_at": "2023-08-13T10:18:24.757487-04:00",
            "name": "PIT",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b161af41-0555-4ae7-815d-85abd44bb539/?format=api"
        }
    ]
}