GET /api/bet_types/f0f68244-2e91-41eb-83d7-a486263f1bca/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f0f68244-2e91-41eb-83d7-a486263f1bca",
    "match": "https://api-prod.gambitprofit.com/api/matches/09e206e8-3257-4062-9568-a75f7752c11f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-05T09:22:21.370741-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": "ATL",
                "amount": 6163.0
            },
            {
                "team": "STL",
                "amount": 3837.0
            }
        ],
        "expected_reward_tokens": 9552.65,
        "profit_sb": 52.65,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "fbc310a4-ec24-4cbd-be49-5ff89fc7f685",
            "gambit_id": "8343e675-ff48-49ff-abb7-6596ef319436",
            "last_updated": "2023-04-06T11:37:05.547429-04:00",
            "created_at": "2023-04-05T09:22:21.375691-04:00",
            "name": "ATL",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f0f68244-2e91-41eb-83d7-a486263f1bca/?format=api"
        },
        {
            "id": "562f0f57-91a3-40ae-aaf6-233ebfa09ee8",
            "gambit_id": "4123ed86-bc41-4848-bdf9-1171ea691645",
            "last_updated": "2023-04-06T11:37:05.545873-04:00",
            "created_at": "2023-04-05T09:22:21.373173-04:00",
            "name": "STL",
            "reward": "2.49000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f0f68244-2e91-41eb-83d7-a486263f1bca/?format=api"
        }
    ]
}