GET /api/bet_types/763b2fab-d080-4c8b-b691-6c7dac0368cd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "763b2fab-d080-4c8b-b691-6c7dac0368cd",
    "match": "https://api-prod.gambitprofit.com/api/matches/99c58f5e-4dc3-4bba-b029-7d6cd69cf710/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "St Louis Blues",
                "amount": 6047.0
            },
            {
                "team": "Edmonton Oilers",
                "amount": 3953.0
            }
        ],
        "expected_reward_tokens": 9130.97,
        "profit_sb": 130.97,
        "profit_sb_percentage": 1.46,
        "recommended": true
    },
    "lines": [
        {
            "id": "e9b244d7-8744-4665-9aba-5234e9bc19de",
            "gambit_id": "4c528d97-be42-4f76-83eb-1382a76b695d",
            "last_updated": "2022-12-17T09:47:21.841124-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "St Louis Blues",
            "reward": "1.51000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/763b2fab-d080-4c8b-b691-6c7dac0368cd/?format=api"
        },
        {
            "id": "6105e07b-bb79-46ab-8a0d-0518b1216adc",
            "gambit_id": "3211c1f5-2606-4247-96d3-094832a8c0a0",
            "last_updated": "2022-12-17T09:47:21.839921-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Edmonton Oilers",
            "reward": "2.31000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/763b2fab-d080-4c8b-b691-6c7dac0368cd/?format=api"
        }
    ]
}