GET /api/bet_types/f3f9b359-e6ea-411f-a6e3-58ad84d12376/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f3f9b359-e6ea-411f-a6e3-58ad84d12376",
    "match": "https://api-prod.gambitprofit.com/api/matches/0d99fd82-3aa7-4338-8667-34d233b9ea1f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-09T08:11:50.511549-04: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": "Houston Roughnecks",
                "amount": 6603.0
            },
            {
                "team": "San Antonio Brahmas",
                "amount": 3397.0
            }
        ],
        "expected_reward_tokens": 9442.29,
        "profit_sb": -57.71,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "fba4ed60-b830-486b-9cb3-57f4dbad68ea",
            "gambit_id": "20f3fd14-44f8-46fb-900d-2389059aecf7",
            "last_updated": "2023-04-10T15:02:11.390296-04:00",
            "created_at": "2023-04-09T08:11:50.519899-04:00",
            "name": "Houston Roughnecks",
            "reward": "1.43000",
            "odds": "1.44440",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f3f9b359-e6ea-411f-a6e3-58ad84d12376/?format=api"
        },
        {
            "id": "5c278789-72bd-4bba-bc8e-0f0be2124a41",
            "gambit_id": "9c86c7da-684d-4bf9-9ab9-3a0fbbe134f9",
            "last_updated": "2023-04-10T15:02:11.387212-04:00",
            "created_at": "2023-04-09T08:11:50.515694-04:00",
            "name": "San Antonio Brahmas",
            "reward": "2.78000",
            "odds": "2.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f3f9b359-e6ea-411f-a6e3-58ad84d12376/?format=api"
        }
    ]
}