GET /api/bet_types/64dc2e64-0096-4681-b92c-47b5c074e305/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "64dc2e64-0096-4681-b92c-47b5c074e305",
    "match": "https://api-prod.gambitprofit.com/api/matches/2d0c43dc-a351-4070-8869-2a3548d860f6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-27T09:43:10.594581-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "San Francisco 49ers",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10800.0,
        "profit_sb": 1300.0,
        "profit_sb_percentage": 13.68,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "San Francisco 49ers",
                "amount": 8769.0
            },
            {
                "team": "Washington Commanders",
                "amount": 1231.0
            }
        ],
        "expected_reward_tokens": 9466.39,
        "profit_sb": -33.61,
        "profit_sb_percentage": -0.35,
        "recommended": false
    },
    "lines": [
        {
            "id": "0c259bc8-1fe8-4188-acd8-aaa86845b336",
            "gambit_id": "472d58c6-1fdc-463b-be4c-53bfe6d3a363",
            "last_updated": "2024-01-02T10:43:11.218095-05:00",
            "created_at": "2023-12-27T09:43:10.598781-05:00",
            "name": "San Francisco 49ers",
            "reward": "1.08000",
            "odds": "1.08330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/64dc2e64-0096-4681-b92c-47b5c074e305/?format=api"
        },
        {
            "id": "6a6d6dee-29af-4dc3-8e76-1ca2a202685e",
            "gambit_id": "4e718fe0-a536-4009-8698-b0e060a959d7",
            "last_updated": "2024-01-02T10:43:11.221833-05:00",
            "created_at": "2023-12-27T09:43:10.603903-05:00",
            "name": "Washington Commanders",
            "reward": "7.69000",
            "odds": "8.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/64dc2e64-0096-4681-b92c-47b5c074e305/?format=api"
        }
    ]
}