GET /api/bet_types/2acfb93c-5175-4bf3-9ec3-377a1f9f1053/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2acfb93c-5175-4bf3-9ec3-377a1f9f1053",
    "match": "https://api-prod.gambitprofit.com/api/matches/9f830378-f632-414c-8d53-eeb40b51ab77/?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": "North Texas",
                "amount": 8041.0
            },
            {
                "team": "Rice",
                "amount": 1959.0
            }
        ],
        "expected_reward_tokens": 9246.48,
        "profit_sb": 246.48,
        "profit_sb_percentage": 2.74,
        "recommended": true
    },
    "lines": [
        {
            "id": "b508c4a8-28bf-46b8-8ab0-663d18860d02",
            "gambit_id": "9ac012f0-4aff-456c-bd12-342858d04ad0",
            "last_updated": "2022-11-28T10:07:10.239619-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "North Texas",
            "reward": "1.15000",
            "odds": "1.17240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2acfb93c-5175-4bf3-9ec3-377a1f9f1053/?format=api"
        },
        {
            "id": "d19a9983-72ad-4da2-b8a2-bda086f0b369",
            "gambit_id": "d53a8bc2-b7c8-4461-934a-3f8e5a1197b1",
            "last_updated": "2022-11-28T10:07:10.240606-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Rice",
            "reward": "4.72000",
            "odds": "5.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2acfb93c-5175-4bf3-9ec3-377a1f9f1053/?format=api"
        }
    ]
}