GET /api/bet_types/7ad5753e-fc8f-469a-82c5-1a0a032ce71c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7ad5753e-fc8f-469a-82c5-1a0a032ce71c",
    "match": "https://api-prod.gambitprofit.com/api/matches/3b5dc953-aa28-45ad-a61b-466f0ffbeb18/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-27T09:07:59.553901-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": "Portland Trail Blazers",
                "amount": 5000.0
            },
            {
                "team": "Orlando Magic",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "a33d33c0-6642-4b71-b277-d40bf2920219",
            "gambit_id": "80a790c9-629c-4922-b439-99bf56df44d5",
            "last_updated": "2023-10-30T15:13:13.321811-04:00",
            "created_at": "2023-10-27T09:07:59.562835-04:00",
            "name": "Portland Trail Blazers",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7ad5753e-fc8f-469a-82c5-1a0a032ce71c/?format=api"
        },
        {
            "id": "8439e8c5-1406-42c6-8b15-45dba582409e",
            "gambit_id": "9e360368-c4e5-4e9b-afac-dffdeee8ec65",
            "last_updated": "2023-10-30T15:13:13.318266-04:00",
            "created_at": "2023-10-27T09:07:59.558086-04:00",
            "name": "Orlando Magic",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7ad5753e-fc8f-469a-82c5-1a0a032ce71c/?format=api"
        }
    ]
}