GET /api/bet_types/315aa3d9-419e-4c09-b76e-61a0a2ad4408/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "315aa3d9-419e-4c09-b76e-61a0a2ad4408",
    "match": "https://api-prod.gambitprofit.com/api/matches/a15ca287-d25c-459f-9ef8-787c1c37a2e9/?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": "Southern Miss",
                "amount": 5419.0
            },
            {
                "team": "Texas St",
                "amount": 4581.0
            }
        ],
        "expected_reward_tokens": 9482.67,
        "profit_sb": -17.33,
        "profit_sb_percentage": -0.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "ab53b1f0-8367-49e4-a819-9762f5f1996b",
            "gambit_id": "879fdecf-a87b-4113-946e-9d3b65c11170",
            "last_updated": "2022-10-23T21:31:52.034565-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Southern Miss",
            "reward": "1.75000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/315aa3d9-419e-4c09-b76e-61a0a2ad4408/?format=api"
        },
        {
            "id": "eb0eb807-5777-4053-a0d9-d0cda4b0bad5",
            "gambit_id": "9f44380b-7dc1-45ce-b289-e95712399e6d",
            "last_updated": "2022-10-23T21:31:52.035641-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Texas St",
            "reward": "2.07000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/315aa3d9-419e-4c09-b76e-61a0a2ad4408/?format=api"
        }
    ]
}