GET /api/bet_types/7be54264-7c54-4e43-b093-98481b052da7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7be54264-7c54-4e43-b093-98481b052da7",
    "match": "https://api-prod.gambitprofit.com/api/matches/df45cadf-6169-4b70-b8e0-c580c8276c0c/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-29T08:42:09.238749-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": "Houston Rockets",
                "amount": 5000.0
            },
            {
                "team": "Dallas Mavericks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "82e50457-a156-4f6c-aee5-66b169c6d653",
            "gambit_id": "447eb5ee-1ad1-438b-aff1-7159f0d40c95",
            "last_updated": "2022-12-31T10:31:55.312750-05:00",
            "created_at": "2022-12-29T08:42:09.241101-05:00",
            "name": "Houston Rockets",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7be54264-7c54-4e43-b093-98481b052da7/?format=api"
        },
        {
            "id": "93032415-25d1-4233-a60f-0345edda4643",
            "gambit_id": "cf42c302-c7b5-4493-baa5-b60cbe529c67",
            "last_updated": "2022-12-31T10:31:55.311580-05:00",
            "created_at": "2022-12-29T08:42:09.239881-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7be54264-7c54-4e43-b093-98481b052da7/?format=api"
        }
    ]
}