GET /api/bet_types/5458dab0-4fd0-44a9-961a-c1ff3a13e065/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5458dab0-4fd0-44a9-961a-c1ff3a13e065",
    "match": "https://api-prod.gambitprofit.com/api/matches/5396b130-9247-459d-981e-295cf861c3c6/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-26T12:02:12.391748-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": "MIA",
                "amount": 6163.0
            },
            {
                "team": "ATL",
                "amount": 3837.0
            }
        ],
        "expected_reward_tokens": 9552.65,
        "profit_sb": 52.65,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "5424a6d0-c4dd-4fe2-9d92-f86a64232a8e",
            "gambit_id": "bf11d907-0215-46c1-8f89-f85546f97c2c",
            "last_updated": "2023-04-27T11:52:06.253818-04:00",
            "created_at": "2023-04-26T12:02:12.398532-04:00",
            "name": "MIA",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5458dab0-4fd0-44a9-961a-c1ff3a13e065/?format=api"
        },
        {
            "id": "f09cb4c7-2f9c-4388-a469-f29af9da26d6",
            "gambit_id": "e5870e0b-09a3-420c-9450-5bc6341f1379",
            "last_updated": "2023-04-27T11:52:06.251549-04:00",
            "created_at": "2023-04-26T12:02:12.396557-04:00",
            "name": "ATL",
            "reward": "2.49000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5458dab0-4fd0-44a9-961a-c1ff3a13e065/?format=api"
        }
    ]
}