GET /api/bet_types/fc36230c-4af4-4a39-8931-5c0c4456c2ea/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fc36230c-4af4-4a39-8931-5c0c4456c2ea",
    "match": "https://api-prod.gambitprofit.com/api/matches/4894992d-a49c-4ac6-b93c-65c4127fb80e/?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": "Charlotte Hornets D.N.B",
                "amount": 5000.0
            },
            {
                "team": "Portland Trail Blazers D.N.B",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "55a1fd69-f053-4a79-ae8c-732ed2d2d92b",
            "gambit_id": "6f5e90ba-590c-42eb-8f6e-fc766e57a176",
            "last_updated": "2022-11-10T09:27:54.948523-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Charlotte Hornets D.N.B",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fc36230c-4af4-4a39-8931-5c0c4456c2ea/?format=api"
        },
        {
            "id": "d79f4fe9-699a-4425-9037-789ae7339539",
            "gambit_id": "bfe21e18-809d-46b7-8a0c-da6d42fba901",
            "last_updated": "2022-11-10T09:27:54.949499-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Portland Trail Blazers D.N.B",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fc36230c-4af4-4a39-8931-5c0c4456c2ea/?format=api"
        }
    ]
}