GET /api/bet_types/3a0ce257-3f66-4e74-a94b-5c93e7c42e36/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3a0ce257-3f66-4e74-a94b-5c93e7c42e36",
    "match": "https://api-prod.gambitprofit.com/api/matches/2e141bfe-7e34-48fd-b2d3-9181519b3f1f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-11T11:43:25.212845-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": "San Francisco 49ers",
                "amount": 6232.0
            },
            {
                "team": "Las Vegas Raiders",
                "amount": 3768.0
            }
        ],
        "expected_reward_tokens": 9533.04,
        "profit_sb": 33.04,
        "profit_sb_percentage": 0.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "61fdadc4-b6aa-43fa-b035-aef487782da6",
            "gambit_id": "63a315b7-e776-4a95-909b-e58b771c3a85",
            "last_updated": "2023-08-14T18:58:07.055085-04:00",
            "created_at": "2023-08-11T11:43:25.217430-04:00",
            "name": "San Francisco 49ers",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a0ce257-3f66-4e74-a94b-5c93e7c42e36/?format=api"
        },
        {
            "id": "723ca8bd-41d4-42b9-85a3-bd83a3f1ace8",
            "gambit_id": "8ebb5533-93eb-41aa-8d80-ef1e4a07caf3",
            "last_updated": "2023-08-14T18:58:07.058674-04:00",
            "created_at": "2023-08-11T11:43:25.221568-04:00",
            "name": "Las Vegas Raiders",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a0ce257-3f66-4e74-a94b-5c93e7c42e36/?format=api"
        }
    ]
}