GET /api/bet_types/fd12e28d-7d2e-4e12-a763-d3c52828f7e3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fd12e28d-7d2e-4e12-a763-d3c52828f7e3",
    "match": "https://api-prod.gambitprofit.com/api/matches/7de88d5e-c31b-4539-9aef-ff25bbb73fd6/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-18T09:16:53.025991-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": "Colorado Avalanche",
                "amount": 6329.0
            },
            {
                "team": "Calgary Flames",
                "amount": 3671.0
            }
        ],
        "expected_reward_tokens": 9618.02,
        "profit_sb": 118.02,
        "profit_sb_percentage": 1.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "d9645c65-d1c9-47f3-9465-e7928eebf9b2",
            "gambit_id": "d83752a0-b7fa-4f78-a3c9-6f6fb93a0451",
            "last_updated": "2023-01-19T09:37:18.453289-05:00",
            "created_at": "2023-01-18T09:16:53.029047-05:00",
            "name": "Colorado Avalanche",
            "reward": "1.52000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd12e28d-7d2e-4e12-a763-d3c52828f7e3/?format=api"
        },
        {
            "id": "4ac7d0ae-b2b4-4a2b-949b-9e475e4f3944",
            "gambit_id": "cd5237c9-9824-4759-a90d-1baee038f0a7",
            "last_updated": "2023-01-19T09:37:18.452123-05:00",
            "created_at": "2023-01-18T09:16:53.027554-05:00",
            "name": "Calgary Flames",
            "reward": "2.62000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd12e28d-7d2e-4e12-a763-d3c52828f7e3/?format=api"
        }
    ]
}