GET /api/bet_types/12f6f582-f43d-465d-8269-3575b3200689/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "12f6f582-f43d-465d-8269-3575b3200689",
    "match": "https://api-prod.gambitprofit.com/api/matches/433de220-2688-47d8-b9c0-fe316bbaa94c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-10T08:46:51.892973-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": "Denver Nuggets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "b47db76b-69c9-4506-ab87-d57f5195a517",
            "gambit_id": "14a08ffc-3d2f-4634-9c53-3d97a852b89c",
            "last_updated": "2023-03-11T16:02:11.791855-05:00",
            "created_at": "2023-03-10T08:46:51.894358-05:00",
            "name": "San Antonio Spurs",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "12.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/12f6f582-f43d-465d-8269-3575b3200689/?format=api"
        },
        {
            "id": "2eeb7377-7d63-4619-898a-04d12709b4f5",
            "gambit_id": "5a6c2ad4-0675-4a35-b815-89f29a4c9d7a",
            "last_updated": "2023-03-11T16:02:11.793115-05:00",
            "created_at": "2023-03-10T08:46:51.896048-05:00",
            "name": "Denver Nuggets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-12.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/12f6f582-f43d-465d-8269-3575b3200689/?format=api"
        }
    ]
}