GET /api/bet_types/6b667646-982b-42e3-af7c-6eb8225f858c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6b667646-982b-42e3-af7c-6eb8225f858c",
    "match": "https://api-prod.gambitprofit.com/api/matches/e82af76e-76b2-4de8-ba0a-13cd6d6aa658/?format=api",
    "name": "Pick the Winner",
    "created_at": "2022-12-30T10:27:09.186679-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": "UCLA",
                "amount": 7162.0
            },
            {
                "team": "Pittsburgh",
                "amount": 2838.0
            }
        ],
        "expected_reward_tokens": 9166.74,
        "profit_sb": 166.74,
        "profit_sb_percentage": 1.85,
        "recommended": true
    },
    "lines": [
        {
            "id": "56706bf6-a2e6-4f78-8cec-b162a5adcdd1",
            "gambit_id": "eace32d4-87e3-4627-be56-3fa0a4b9d978",
            "last_updated": "2022-12-31T11:02:03.728117-05:00",
            "created_at": "2022-12-30T10:27:09.187959-05:00",
            "name": "UCLA",
            "reward": "1.28000",
            "odds": "1.32260",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6b667646-982b-42e3-af7c-6eb8225f858c/?format=api"
        },
        {
            "id": "73657b84-c862-41c5-9b28-13fbb8863249",
            "gambit_id": "6c873ace-666a-4531-9688-29ce0fa116f7",
            "last_updated": "2022-12-31T11:02:03.729433-05:00",
            "created_at": "2022-12-30T10:27:09.189208-05:00",
            "name": "Pittsburgh",
            "reward": "3.23000",
            "odds": "3.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6b667646-982b-42e3-af7c-6eb8225f858c/?format=api"
        }
    ]
}