GET /api/bet_types/7d31051a-bbb4-47d8-90e2-0cc441cde9a6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7d31051a-bbb4-47d8-90e2-0cc441cde9a6",
    "match": "https://api-prod.gambitprofit.com/api/matches/48ffe511-e4fe-4ae4-b82d-3e6530a7f5c3/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-06T09:13:06.944972-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": "San Antonio Spurs",
                "amount": 5000.0
            },
            {
                "team": "Minnesota Timberwolves",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "f9f08457-90c9-4d68-9df8-36e499953fd8",
            "gambit_id": "5c4b42ce-8ed2-4485-b16e-54f55ae14dc2",
            "last_updated": "2023-12-07T21:43:03.755721-05:00",
            "created_at": "2023-12-06T09:13:06.950109-05:00",
            "name": "San Antonio Spurs",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "12.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7d31051a-bbb4-47d8-90e2-0cc441cde9a6/?format=api"
        },
        {
            "id": "d4dc58bd-c8df-4c64-8238-3633f9de3518",
            "gambit_id": "7f4fcc6f-a6ed-438f-be79-53db2c6a9239",
            "last_updated": "2023-12-07T21:43:03.759135-05:00",
            "created_at": "2023-12-06T09:13:06.954893-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-12.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7d31051a-bbb4-47d8-90e2-0cc441cde9a6/?format=api"
        }
    ]
}