GET /api/bet_types/4efa7f47-54dd-400c-9dd9-f7cb76ac078d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4efa7f47-54dd-400c-9dd9-f7cb76ac078d",
    "match": "https://api-prod.gambitprofit.com/api/matches/3334ba49-5db7-4af6-8e40-8057d0ef4c77/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-01T09:08:19.038230-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": "Anaheim Ducks",
                "amount": 6659.0
            },
            {
                "team": "Arizona Coyotes",
                "amount": 3341.0
            }
        ],
        "expected_reward_tokens": 9388.21,
        "profit_sb": -111.79,
        "profit_sb_percentage": -1.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "c15b4713-728d-432e-b9e3-bd14e2da28ed",
            "gambit_id": "bd840064-2e70-423a-9032-a7687cfc3c05",
            "last_updated": "2023-11-03T10:13:02.163518-04:00",
            "created_at": "2023-11-01T09:08:19.047454-04:00",
            "name": "Anaheim Ducks",
            "reward": "1.41000",
            "odds": "1.43480",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4efa7f47-54dd-400c-9dd9-f7cb76ac078d/?format=api"
        },
        {
            "id": "fbde5be4-b03c-450b-b7a6-17a3ce493651",
            "gambit_id": "419abb8a-71f6-42fe-8c01-804930d18814",
            "last_updated": "2023-11-03T10:13:02.150683-04:00",
            "created_at": "2023-11-01T09:08:19.041988-04:00",
            "name": "Arizona Coyotes",
            "reward": "2.81000",
            "odds": "2.90000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4efa7f47-54dd-400c-9dd9-f7cb76ac078d/?format=api"
        }
    ]
}