GET /api/bet_types/1512a7f6-0c80-4161-aa2b-213d6e2a8dd6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1512a7f6-0c80-4161-aa2b-213d6e2a8dd6",
    "match": "https://api-prod.gambitprofit.com/api/matches/4451c718-9a6d-4217-a99b-46b63d345c99/?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": "Atlanta Falcons",
                "amount": 5737.0
            },
            {
                "team": "Carolina Panthers",
                "amount": 4263.0
            }
        ],
        "expected_reward_tokens": 9121.83,
        "profit_sb": 121.83,
        "profit_sb_percentage": 1.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "f40d8df4-04af-4f78-9e40-a19bde36af28",
            "gambit_id": "a176ac92-d706-4d33-8296-810946c83990",
            "last_updated": "2022-11-11T21:22:05.319484-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Atlanta Falcons",
            "reward": "1.59000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1512a7f6-0c80-4161-aa2b-213d6e2a8dd6/?format=api"
        },
        {
            "id": "9cb829e6-a672-44e3-8cec-905a329913bc",
            "gambit_id": "239633f0-e4f4-4e6b-b871-3d473a37165e",
            "last_updated": "2022-11-11T21:22:05.318559-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Carolina Panthers",
            "reward": "2.14000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1512a7f6-0c80-4161-aa2b-213d6e2a8dd6/?format=api"
        }
    ]
}