GET /api/bet_types/a5faa51c-1b30-445d-a462-0b999d655ff8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a5faa51c-1b30-445d-a462-0b999d655ff8",
    "match": "https://api-prod.gambitprofit.com/api/matches/591a459a-cc6f-46f7-b2a2-fc2d2be54ae6/?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": "Northern Illinois",
                "amount": 5489.0
            },
            {
                "team": "Vanderbilt",
                "amount": 4511.0
            }
        ],
        "expected_reward_tokens": 9111.74,
        "profit_sb": 111.74,
        "profit_sb_percentage": 1.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "949dcabf-99b1-4b3e-9dd8-3136a310045f",
            "gambit_id": "c2b0858a-a9d5-4dd3-a796-2b6cc2cef596",
            "last_updated": "2022-09-18T18:12:30.925508-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Northern Illinois",
            "reward": "1.66000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a5faa51c-1b30-445d-a462-0b999d655ff8/?format=api"
        },
        {
            "id": "ce9b7844-c278-4693-90ae-8ef43276507e",
            "gambit_id": "4f51998d-e968-4dcb-9050-280b09de74cc",
            "last_updated": "2022-09-18T18:12:30.926492-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vanderbilt",
            "reward": "2.02000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a5faa51c-1b30-445d-a462-0b999d655ff8/?format=api"
        }
    ]
}