GET /api/bet_types/ec6633cf-3a12-4bef-8949-00bf380395ee/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ec6633cf-3a12-4bef-8949-00bf380395ee",
    "match": "https://api-prod.gambitprofit.com/api/matches/9c4a6c4d-6553-4cd0-9e43-d70a077446a6/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-26T11:52:11.548623-04: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": "LOS",
                "amount": 6308.0
            },
            {
                "team": "TAM",
                "amount": 3692.0
            }
        ],
        "expected_reward_tokens": 9525.08,
        "profit_sb": 25.08,
        "profit_sb_percentage": 0.26,
        "recommended": true
    },
    "lines": [
        {
            "id": "40806fec-eb33-4b05-acf9-f186c88cc750",
            "gambit_id": "e86a6b91-e425-45ae-9aad-4b37b9c0e8fe",
            "last_updated": "2023-05-27T16:02:10.296515-04:00",
            "created_at": "2023-05-26T11:52:11.550542-04:00",
            "name": "LOS",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec6633cf-3a12-4bef-8949-00bf380395ee/?format=api"
        },
        {
            "id": "ea4b7ed3-8fd0-4b17-a6c7-4316b6287175",
            "gambit_id": "be67ba9c-ddc5-401c-a483-a060ab825195",
            "last_updated": "2023-05-27T16:02:10.299431-04:00",
            "created_at": "2023-05-26T11:52:11.553079-04:00",
            "name": "TAM",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec6633cf-3a12-4bef-8949-00bf380395ee/?format=api"
        }
    ]
}