GET /api/bet_types/06043871-810b-40d0-82d4-b0b266a75cb3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "06043871-810b-40d0-82d4-b0b266a75cb3",
    "match": "https://api-prod.gambitprofit.com/api/matches/0914a320-491e-4040-8255-e6f5aed2443a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-02-04T10:42:58.761822-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": 8176.0
            },
            {
                "team": "Charlotte Hornets",
                "amount": 1824.0
            }
        ],
        "expected_reward_tokens": 9484.16,
        "profit_sb": -15.84,
        "profit_sb_percentage": -0.17,
        "recommended": false
    },
    "lines": [
        {
            "id": "c3ec49c0-d065-477a-bc0e-551e5693f4a2",
            "gambit_id": "3952b96d-ab5d-4653-aa9e-296857646d1d",
            "last_updated": "2024-02-06T09:28:14.016190-05:00",
            "created_at": "2024-02-04T10:42:58.770491-05:00",
            "name": "Indiana Pacers",
            "reward": "1.16000",
            "odds": "1.16670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/06043871-810b-40d0-82d4-b0b266a75cb3/?format=api"
        },
        {
            "id": "3da9437c-f111-499b-8c37-c3447c985753",
            "gambit_id": "9c3d8d68-6956-4d39-9c78-6802c8bf9247",
            "last_updated": "2024-02-06T09:28:14.019401-05:00",
            "created_at": "2024-02-04T10:42:58.775629-05:00",
            "name": "Charlotte Hornets",
            "reward": "5.20000",
            "odds": "5.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/06043871-810b-40d0-82d4-b0b266a75cb3/?format=api"
        }
    ]
}