GET /api/bet_types/6ca3de8b-92c3-4e40-be67-7b23852bec40/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6ca3de8b-92c3-4e40-be67-7b23852bec40",
    "match": "https://api-prod.gambitprofit.com/api/matches/d12b1426-0237-4de5-bded-1a59b0402128/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-11T17:47:17.475865-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": "Sacramento Kings",
                "amount": 5000.0
            },
            {
                "team": "Dallas Mavericks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "88a415ef-d358-4a48-802b-29a820dcdf43",
            "gambit_id": "eff65763-f765-4a84-af50-419fe7844788",
            "last_updated": "2023-02-12T09:42:16.716522-05:00",
            "created_at": "2023-02-11T17:47:17.477174-05:00",
            "name": "Sacramento Kings",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ca3de8b-92c3-4e40-be67-7b23852bec40/?format=api"
        },
        {
            "id": "8d64f185-50df-4adc-a153-21b1db59f2ae",
            "gambit_id": "ec7fc467-f3af-4172-843f-2fdd8780098e",
            "last_updated": "2023-02-12T09:42:16.717706-05:00",
            "created_at": "2023-02-11T17:47:17.478467-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ca3de8b-92c3-4e40-be67-7b23852bec40/?format=api"
        }
    ]
}