GET /api/bet_types/b7741464-a47d-4028-8384-26f74db325b7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b7741464-a47d-4028-8384-26f74db325b7",
    "match": "https://api-prod.gambitprofit.com/api/matches/a8e1bda6-382e-4b03-9c59-27f5f6abe638/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-17T09:28:11.301521-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": "Minnesota Timberwolves",
                "amount": 5000.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "444076dc-0629-4f01-8233-ee723eb23f3b",
            "gambit_id": "3604cb23-0461-4e53-876c-472fa45b3d08",
            "last_updated": "2024-01-19T12:08:15.573930-05:00",
            "created_at": "2024-01-17T09:28:11.311634-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-12.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7741464-a47d-4028-8384-26f74db325b7/?format=api"
        },
        {
            "id": "6ea18fb9-5dd0-4b8d-a4dd-3e96adf0b193",
            "gambit_id": "829bfe36-06bc-4de7-b057-edc91f36838b",
            "last_updated": "2024-01-19T12:08:15.577800-05:00",
            "created_at": "2024-01-17T09:28:11.317162-05:00",
            "name": "Detroit Pistons",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "12.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7741464-a47d-4028-8384-26f74db325b7/?format=api"
        }
    ]
}