GET /api/bet_types/c3d8ec6d-f76e-4b5d-8ca3-26fede01fac0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c3d8ec6d-f76e-4b5d-8ca3-26fede01fac0",
    "match": "https://api-prod.gambitprofit.com/api/matches/64c7d5ec-3cbc-46a3-8a8f-92447388288a/?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": "Oregon State",
                "amount": 7029.0
            },
            {
                "team": "Florida",
                "amount": 2971.0
            }
        ],
        "expected_reward_tokens": 9207.99,
        "profit_sb": 207.99,
        "profit_sb_percentage": 2.31,
        "recommended": true
    },
    "lines": [
        {
            "id": "0cdacb4e-047a-40c5-95d9-3fe4f3da7d5c",
            "gambit_id": "7b1aa433-4169-42ff-bbb5-5d4147d382a4",
            "last_updated": "2022-12-19T11:02:04.850635-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oregon State",
            "reward": "1.31000",
            "odds": "1.35710",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3d8ec6d-f76e-4b5d-8ca3-26fede01fac0/?format=api"
        },
        {
            "id": "9e71fe87-7732-46a3-9361-a9b7a05f93a7",
            "gambit_id": "bfcfbe05-129c-4863-9fc8-6383a27c9fa3",
            "last_updated": "2022-12-19T11:02:04.851663-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida",
            "reward": "3.10000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3d8ec6d-f76e-4b5d-8ca3-26fede01fac0/?format=api"
        }
    ]
}