GET /api/bet_types/0c801764-6557-45f4-a6d9-0c80d6e39ae2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0c801764-6557-45f4-a6d9-0c80d6e39ae2",
    "match": "https://api-prod.gambitprofit.com/api/matches/4c8692a6-e18c-4ae4-8968-e8eeac0c5672/?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": "Buffalo Sabres",
                "amount": 6247.0
            },
            {
                "team": "Vegas Golden Knights",
                "amount": 3753.0
            }
        ],
        "expected_reward_tokens": 9119.79,
        "profit_sb": 119.79,
        "profit_sb_percentage": 1.33,
        "recommended": true
    },
    "lines": [
        {
            "id": "8b033b58-41cd-447c-9004-bc6603e61d8a",
            "gambit_id": "2e846330-4481-4017-9986-79d871172d8f",
            "last_updated": "2022-12-20T20:12:22.061247-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Buffalo Sabres",
            "reward": "1.46000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c801764-6557-45f4-a6d9-0c80d6e39ae2/?format=api"
        },
        {
            "id": "28d12f1b-dc24-48c9-85b1-227cec9b7d2f",
            "gambit_id": "fe3b5e45-ac23-43fb-9139-4a65fcabac31",
            "last_updated": "2022-12-20T20:12:22.060098-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vegas Golden Knights",
            "reward": "2.43000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c801764-6557-45f4-a6d9-0c80d6e39ae2/?format=api"
        }
    ]
}