GET /api/bet_types/4f130b9f-e26e-4fae-aac7-f67e7a700470/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4f130b9f-e26e-4fae-aac7-f67e7a700470",
    "match": "https://api-prod.gambitprofit.com/api/matches/8f378c73-a57e-4222-8443-6d14feae9c7c/?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": "Virginia",
                "amount": 7302.0
            },
            {
                "team": "Old Dominion",
                "amount": 2698.0
            }
        ],
        "expected_reward_tokens": 9200.18,
        "profit_sb": 200.18,
        "profit_sb_percentage": 2.22,
        "recommended": true
    },
    "lines": [
        {
            "id": "d9f8de85-b40e-453b-9046-84c84ffce41c",
            "gambit_id": "7c39c654-15ee-498b-9e64-c55c602f349c",
            "last_updated": "2022-09-18T20:42:16.889217-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Virginia",
            "reward": "1.26000",
            "odds": "1.29410",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f130b9f-e26e-4fae-aac7-f67e7a700470/?format=api"
        },
        {
            "id": "c68f6bc7-2149-41b8-8004-c293aaabab27",
            "gambit_id": "c0c37f9d-bb34-4c2b-b2af-49b297427e74",
            "last_updated": "2022-09-18T20:42:16.890301-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Old Dominion",
            "reward": "3.41000",
            "odds": "3.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f130b9f-e26e-4fae-aac7-f67e7a700470/?format=api"
        }
    ]
}