GET /api/bet_types/ac4a62cc-9386-4d86-8b51-63d74c21a1f0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ac4a62cc-9386-4d86-8b51-63d74c21a1f0",
    "match": "https://api-prod.gambitprofit.com/api/matches/81309bf5-7986-4b77-9d16-30e1587ae6f9/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-04T12:16:54.825277-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": "BAL",
                "amount": 6547.0
            },
            {
                "team": "SFO",
                "amount": 3453.0
            }
        ],
        "expected_reward_tokens": 9426.69,
        "profit_sb": -73.31,
        "profit_sb_percentage": -0.77,
        "recommended": false
    },
    "lines": [
        {
            "id": "61b92622-c0bf-4082-9491-ebd8e2dcddc9",
            "gambit_id": "d95ad0e0-d67b-4449-b1f3-b87cf471fc70",
            "last_updated": "2023-06-05T10:57:25.840555-04:00",
            "created_at": "2023-06-04T12:16:54.827208-04:00",
            "name": "BAL",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ac4a62cc-9386-4d86-8b51-63d74c21a1f0/?format=api"
        },
        {
            "id": "942bb072-588d-4c9d-b893-d8b1d5065354",
            "gambit_id": "a48e54f9-1b72-467f-96ee-5059c7460490",
            "last_updated": "2023-06-05T10:57:25.842532-04:00",
            "created_at": "2023-06-04T12:16:54.829530-04:00",
            "name": "SFO",
            "reward": "2.73000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ac4a62cc-9386-4d86-8b51-63d74c21a1f0/?format=api"
        }
    ]
}