GET /api/bet_types/311863c2-59f4-4362-bbae-6451a621149f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "311863c2-59f4-4362-bbae-6451a621149f",
    "match": "https://api-prod.gambitprofit.com/api/matches/1252124f-68d0-461a-8dad-3e6fec595445/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-10T09:38:08.678372-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": "Detroit Pistons",
                "amount": 5000.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "b0255df6-3082-4dbb-9bf0-07d7a8836843",
            "gambit_id": "ee597e04-8028-4127-86e5-13c84552c8e4",
            "last_updated": "2024-01-11T11:28:09.017746-05:00",
            "created_at": "2024-01-10T09:38:08.685410-05:00",
            "name": "Detroit Pistons",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/311863c2-59f4-4362-bbae-6451a621149f/?format=api"
        },
        {
            "id": "476bd448-e535-4bd0-a384-18c163f2fb06",
            "gambit_id": "849aa1fb-9f3b-4bc6-8e25-058d2b0e1b17",
            "last_updated": "2024-01-11T11:28:09.021580-05:00",
            "created_at": "2024-01-10T09:38:08.692418-05:00",
            "name": "San Antonio Spurs",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/311863c2-59f4-4362-bbae-6451a621149f/?format=api"
        }
    ]
}