GET /api/bet_types/da2c618a-0a11-452b-be08-b0856b60550a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "da2c618a-0a11-452b-be08-b0856b60550a",
    "match": "https://api-prod.gambitprofit.com/api/matches/b280a0d7-149e-4ae0-8db5-9b409c735d30/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-03T12:12:08.223751-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": "HOU (F Valdez)",
                "amount": 5838.0
            },
            {
                "team": "SFO (L Webb)",
                "amount": 4162.0
            }
        ],
        "expected_reward_tokens": 9572.6,
        "profit_sb": 72.6,
        "profit_sb_percentage": 0.76,
        "recommended": true
    },
    "lines": [
        {
            "id": "68fdcfe0-0ac7-4073-b48b-b1f31e674f8a",
            "gambit_id": "0ff35183-8728-472e-8ce4-0f60a8e16f30",
            "last_updated": "2023-05-04T11:01:55.291353-04:00",
            "created_at": "2023-05-03T12:12:08.225129-04:00",
            "name": "HOU (F Valdez)",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/da2c618a-0a11-452b-be08-b0856b60550a/?format=api"
        },
        {
            "id": "6a7b2c43-6915-450e-84c1-a13c79f347b3",
            "gambit_id": "947c4ceb-4981-4b79-9fc6-f9995cbd837f",
            "last_updated": "2023-05-04T11:01:55.293463-04:00",
            "created_at": "2023-05-03T12:12:08.226546-04:00",
            "name": "SFO (L Webb)",
            "reward": "2.30000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/da2c618a-0a11-452b-be08-b0856b60550a/?format=api"
        }
    ]
}