GET /api/bet_types/d5be5375-0052-4f3b-bd56-a387a723149e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d5be5375-0052-4f3b-bd56-a387a723149e",
    "match": "https://api-prod.gambitprofit.com/api/matches/b36e5e50-b6e7-4d32-9bf9-20b710719d7b/?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": "North Texas",
                "amount": 5000.0
            },
            {
                "team": "UTSA",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "abc181f7-2195-4314-be63-a21a98b3f1f0",
            "gambit_id": "14a1715c-bb5b-4989-8f8c-d39d981d12aa",
            "last_updated": "2022-10-23T19:37:03.985093-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "North Texas",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5be5375-0052-4f3b-bd56-a387a723149e/?format=api"
        },
        {
            "id": "66965e3d-ebea-47fd-a750-462c61a3139e",
            "gambit_id": "00c3208c-bf95-41ea-805b-6ac740181c08",
            "last_updated": "2022-10-23T19:37:03.984100-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UTSA",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5be5375-0052-4f3b-bd56-a387a723149e/?format=api"
        }
    ]
}