GET /api/bet_types/5d7ea9a7-e9b2-4969-acea-25e2000f226a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5d7ea9a7-e9b2-4969-acea-25e2000f226a",
    "match": "https://api-prod.gambitprofit.com/api/matches/d53c6a3d-aa03-4e2e-bab2-5e8e2ee80fef/?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": "UL Lafayette",
                "amount": 7357.0
            },
            {
                "team": "UL Monroe",
                "amount": 2643.0
            }
        ],
        "expected_reward_tokens": 9196.25,
        "profit_sb": 196.25,
        "profit_sb_percentage": 2.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "c01be52b-e22b-4434-a897-2e79278c511c",
            "gambit_id": "32351fa9-3f31-4b40-b1a4-781b46a051ef",
            "last_updated": "2022-09-25T21:32:24.520650-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UL Lafayette",
            "reward": "1.25000",
            "odds": "1.28570",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d7ea9a7-e9b2-4969-acea-25e2000f226a/?format=api"
        },
        {
            "id": "4825e619-f75a-47fd-a7fe-d3584f9ed104",
            "gambit_id": "c8f5fbfd-776d-4bc6-9076-2be1fe189da2",
            "last_updated": "2022-09-25T21:32:24.519635-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UL Monroe",
            "reward": "3.48000",
            "odds": "3.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d7ea9a7-e9b2-4969-acea-25e2000f226a/?format=api"
        }
    ]
}