GET /api/bet_types/d75a0f32-e72a-48a8-b651-6bf110385a64/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d75a0f32-e72a-48a8-b651-6bf110385a64",
    "match": "https://api-prod.gambitprofit.com/api/matches/b0cc776f-4faa-4251-a1f2-bc2b00a18460/?format=api",
    "name": "Pick the Winner",
    "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 Bills",
                "amount": 7162.0
            },
            {
                "team": "Denver Broncos",
                "amount": 2838.0
            }
        ],
        "expected_reward_tokens": 9308.64,
        "profit_sb": 308.64,
        "profit_sb_percentage": 3.43,
        "recommended": true
    },
    "lines": [
        {
            "id": "9b32fa57-d0a2-4408-99f5-72fb302a1e33",
            "gambit_id": "8de15b3c-6fc0-43a3-b81d-7b87d4e6dcf1",
            "last_updated": "2022-08-21T12:57:09.453734-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Buffalo Bills",
            "reward": "1.30000",
            "odds": "1.33330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d75a0f32-e72a-48a8-b651-6bf110385a64/?format=api"
        },
        {
            "id": "27d55954-34f6-4603-ae17-a17fbc55d976",
            "gambit_id": "70f30e33-58ef-4759-af8f-7083a26c161c",
            "last_updated": "2022-08-21T12:57:09.454382-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Denver Broncos",
            "reward": "3.28000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d75a0f32-e72a-48a8-b651-6bf110385a64/?format=api"
        }
    ]
}