GET /api/bet_types/c15a8d23-5bad-4f98-8a91-4d02779142d2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c15a8d23-5bad-4f98-8a91-4d02779142d2",
    "match": "https://api-prod.gambitprofit.com/api/matches/1a2bb5fc-621c-4e31-9c62-be1a27e75278/?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": "Liberty",
                "amount": 5000.0
            },
            {
                "team": "Massachusetts",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "5a15f23b-0080-4c97-b436-5020d3c250bb",
            "gambit_id": "9ff2bce9-2fbb-455d-a1ff-6d05e10a5ef7",
            "last_updated": "2022-12-24T17:12:20.157543-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Liberty",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-23.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c15a8d23-5bad-4f98-8a91-4d02779142d2/?format=api"
        },
        {
            "id": "01b64c6f-9f8c-4cad-984e-5cd4203ee0a3",
            "gambit_id": "ad556f14-d62d-454a-886b-55d5ff16298a",
            "last_updated": "2022-12-24T17:12:20.156407-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Massachusetts",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "23.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c15a8d23-5bad-4f98-8a91-4d02779142d2/?format=api"
        }
    ]
}