GET /api/bet_types/abbb8353-2fb6-46a0-90c9-cdaee8decc58/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "abbb8353-2fb6-46a0-90c9-cdaee8decc58",
    "match": "https://api-prod.gambitprofit.com/api/matches/46b27636-c5e4-47a5-bd9f-0a2a1cb6ed7b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-23T09:11:57.777968-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": "Portland Trail Blazers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "39c58ce1-29b2-4b21-b299-6b75f267384d",
            "gambit_id": "52675734-acc9-474b-8720-e363fa46a3a0",
            "last_updated": "2023-01-24T09:36:52.752003-05:00",
            "created_at": "2023-01-23T09:11:57.780373-05:00",
            "name": "San Antonio Spurs",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/abbb8353-2fb6-46a0-90c9-cdaee8decc58/?format=api"
        },
        {
            "id": "f61bc8b9-1f27-4f49-84dd-87c120b087b1",
            "gambit_id": "837e003a-1fb1-4297-af33-8c4d8746e875",
            "last_updated": "2023-01-24T09:36:52.750920-05:00",
            "created_at": "2023-01-23T09:11:57.779111-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "-9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/abbb8353-2fb6-46a0-90c9-cdaee8decc58/?format=api"
        }
    ]
}