GET /api/bet_types/60f2a351-7f6f-41e6-bbca-03dc82e41e59/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "60f2a351-7f6f-41e6-bbca-03dc82e41e59",
    "match": "https://api-prod.gambitprofit.com/api/matches/579692f7-02ec-4a84-a9e8-cd0c92233bd1/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-14T19:52:12.649217-04: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": "Connecticut",
                "amount": 7828.0
            },
            {
                "team": "Iona",
                "amount": 2172.0
            }
        ],
        "expected_reward_tokens": 9469.92,
        "profit_sb": -30.08,
        "profit_sb_percentage": -0.32,
        "recommended": false
    },
    "lines": [
        {
            "id": "6b4159ce-530b-459d-b046-cd3a47ba0d20",
            "gambit_id": "90ea4734-ab4d-4d45-a2ec-5ca51c0a45df",
            "last_updated": "2023-03-18T11:42:24.243990-04:00",
            "created_at": "2023-03-14T19:52:12.650723-04:00",
            "name": "Connecticut",
            "reward": "1.21000",
            "odds": "1.22220",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/60f2a351-7f6f-41e6-bbca-03dc82e41e59/?format=api"
        },
        {
            "id": "d1cead19-3eee-4427-9ad4-16b8e12d47b7",
            "gambit_id": "062ddca9-ec2b-4812-a125-b4fe42c766f5",
            "last_updated": "2023-03-18T11:42:24.245340-04:00",
            "created_at": "2023-03-14T19:52:12.652652-04:00",
            "name": "Iona",
            "reward": "4.36000",
            "odds": "4.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/60f2a351-7f6f-41e6-bbca-03dc82e41e59/?format=api"
        }
    ]
}