GET /api/bet_types/b3f3a349-6ce7-418e-95c5-025f3c59cb34/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b3f3a349-6ce7-418e-95c5-025f3c59cb34",
    "match": "https://api-prod.gambitprofit.com/api/matches/d1f3e800-f39a-424a-8325-b9cfc08d8825/?format=api",
    "name": "Play the Odds",
    "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": "TEX",
                "amount": 5664.0
            },
            {
                "team": "CLE",
                "amount": 4336.0
            }
        ],
        "expected_reward_tokens": 9062.24,
        "profit_sb": 62.24,
        "profit_sb_percentage": 0.69,
        "recommended": true
    },
    "lines": [
        {
            "id": "9c1a4e0d-7530-419d-a425-1da6e42cb6b9",
            "gambit_id": "0188c8e1-512b-4d2d-b7e6-547d567cf3ad",
            "last_updated": "2022-09-26T10:27:11.338245-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TEX",
            "reward": "1.60000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b3f3a349-6ce7-418e-95c5-025f3c59cb34/?format=api"
        },
        {
            "id": "fe23f5ec-fcd0-40b6-a2e9-5b981da27e72",
            "gambit_id": "e99eec9c-e0a9-4aa0-b134-b7059ec956ba",
            "last_updated": "2022-09-26T10:27:11.339189-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CLE",
            "reward": "2.09000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b3f3a349-6ce7-418e-95c5-025f3c59cb34/?format=api"
        }
    ]
}