GET /api/bet_types/95fb2f71-321b-4659-a8e8-35e8ad05c616/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "95fb2f71-321b-4659-a8e8-35e8ad05c616",
    "match": "https://api-prod.gambitprofit.com/api/matches/b59363ab-1c22-4578-ac7a-0708bd4d995a/?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": "UTSA",
                "amount": 5000.0
            },
            {
                "team": "North Texas",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "2021238d-6476-4009-94a3-ca3e2cf2e03d",
            "gambit_id": "d2dd68c3-02bf-4731-a28d-725ce6e5dba2",
            "last_updated": "2022-12-03T09:32:29.321198-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UTSA",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/95fb2f71-321b-4659-a8e8-35e8ad05c616/?format=api"
        },
        {
            "id": "1fef4d6e-435f-4790-adca-24d3f791ff5f",
            "gambit_id": "f8566919-1933-4ee6-8f84-591b6af2e676",
            "last_updated": "2022-12-03T09:32:29.322166-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "North Texas",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/95fb2f71-321b-4659-a8e8-35e8ad05c616/?format=api"
        }
    ]
}