GET /api/bet_types/3c7f4051-0aa2-419d-8d08-a2cb112cbdef/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3c7f4051-0aa2-419d-8d08-a2cb112cbdef",
    "match": "https://api-prod.gambitprofit.com/api/matches/a230b8dc-26c1-472a-ba0d-9381599d97f4/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-17T11:42:59.838841-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": "MIN",
                "amount": 6010.0
            },
            {
                "team": "SEA",
                "amount": 3990.0
            }
        ],
        "expected_reward_tokens": 9495.8,
        "profit_sb": -4.2,
        "profit_sb_percentage": -0.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "4d810694-0bfe-4097-bac0-bef793b4645f",
            "gambit_id": "16dd1e65-fd07-4008-b610-d2946e16d6e2",
            "last_updated": "2023-07-18T22:03:15.654535-04:00",
            "created_at": "2023-07-17T11:42:59.840234-04:00",
            "name": "MIN",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c7f4051-0aa2-419d-8d08-a2cb112cbdef/?format=api"
        },
        {
            "id": "f56031c0-9f63-4c9f-bfe4-9e113e2ff793",
            "gambit_id": "89d1662a-ee35-4201-a226-dc77c5a5143d",
            "last_updated": "2023-07-18T22:03:15.655866-04:00",
            "created_at": "2023-07-17T11:42:59.841726-04:00",
            "name": "SEA",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c7f4051-0aa2-419d-8d08-a2cb112cbdef/?format=api"
        }
    ]
}