GET /api/bet_types/3a6c59d0-eb4d-45ef-81f7-d5f32e7a4657/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3a6c59d0-eb4d-45ef-81f7-d5f32e7a4657",
    "match": "https://api-prod.gambitprofit.com/api/matches/677a7e88-e228-499b-8eff-ff3ee799bd11/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-05T09:32:57.294145-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": "Indiana Pacers",
                "amount": 5688.0
            },
            {
                "team": "Atlanta Hawks",
                "amount": 4312.0
            }
        ],
        "expected_reward_tokens": 9442.08,
        "profit_sb": -57.92,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "b61f2094-50f9-4e6e-adcb-ef59d42f206c",
            "gambit_id": "e10d73b5-5b11-45b8-8fe2-f51c909fcf2e",
            "last_updated": "2024-01-08T14:48:14.567566-05:00",
            "created_at": "2024-01-05T09:32:57.302457-05:00",
            "name": "Indiana Pacers",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a6c59d0-eb4d-45ef-81f7-d5f32e7a4657/?format=api"
        },
        {
            "id": "7c48a145-6210-48b5-b102-a20471d11498",
            "gambit_id": "59645cd7-d67a-4d69-a4ef-eb9028ef0752",
            "last_updated": "2024-01-08T14:48:14.564273-05:00",
            "created_at": "2024-01-05T09:32:57.298349-05:00",
            "name": "Atlanta Hawks",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a6c59d0-eb4d-45ef-81f7-d5f32e7a4657/?format=api"
        }
    ]
}