GET /api/bet_types/75589fcb-c7b3-4eb3-a572-1fafbc400a46/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "75589fcb-c7b3-4eb3-a572-1fafbc400a46",
    "match": "https://api-prod.gambitprofit.com/api/matches/79c14833-0fdd-40fd-ac5d-93a9e85051c7/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-15T09:07:12.366554-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": "Dallas Mavericks",
                "amount": 6100.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 3900.0
            }
        ],
        "expected_reward_tokens": 9516.0,
        "profit_sb": 16.0,
        "profit_sb_percentage": 0.17,
        "recommended": true
    },
    "lines": [
        {
            "id": "7a934ccd-95c1-44ea-8102-81cbadfcc7aa",
            "gambit_id": "04b6418f-09d9-4aa3-bded-ec311d27771e",
            "last_updated": "2023-03-16T17:37:22.274569-04:00",
            "created_at": "2023-03-15T09:07:12.371295-04:00",
            "name": "Dallas Mavericks",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/75589fcb-c7b3-4eb3-a572-1fafbc400a46/?format=api"
        },
        {
            "id": "a8abbd16-40b1-480b-bc29-4c8103aa4dab",
            "gambit_id": "bc5d0712-7c92-49a7-a612-be566019d430",
            "last_updated": "2023-03-16T17:37:22.271775-04:00",
            "created_at": "2023-03-15T09:07:12.369211-04:00",
            "name": "San Antonio Spurs",
            "reward": "2.44000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/75589fcb-c7b3-4eb3-a572-1fafbc400a46/?format=api"
        }
    ]
}