GET /api/bet_types/1ad2f964-45a4-4134-b2f5-9a09baaa7e9f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1ad2f964-45a4-4134-b2f5-9a09baaa7e9f",
    "match": "https://api-prod.gambitprofit.com/api/matches/c0d0a5a3-4a14-487e-a7ea-c13c4ef6cc1a/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Miami Dolphins",
                "amount": 5000.0
            },
            {
                "team": "Las Vegas Raiders",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "ead3e5c4-8da0-4569-8330-dc3edae9cfee",
            "gambit_id": "e2dc627f-e79d-47aa-8662-790d7adab6a1",
            "last_updated": "2022-08-21T12:57:09.309626-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami Dolphins",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ad2f964-45a4-4134-b2f5-9a09baaa7e9f/?format=api"
        },
        {
            "id": "f5fbc32a-54e4-4bf6-ae5b-c2ccbba06951",
            "gambit_id": "964fec04-802b-40e2-9b73-86856ae9ce39",
            "last_updated": "2022-08-21T12:57:09.310027-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Las Vegas Raiders",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ad2f964-45a4-4134-b2f5-9a09baaa7e9f/?format=api"
        }
    ]
}