GET /api/bet_types/a410fcf2-8f16-41bf-8976-b476539e3ab2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a410fcf2-8f16-41bf-8976-b476539e3ab2",
    "match": "https://api-prod.gambitprofit.com/api/matches/a961022d-ce6e-471e-a850-f8a5f7a7c3a5/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-13T09:22:03.090000-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": "Minnesota Timberwolves",
                "amount": 5000.0
            },
            {
                "team": "Atlanta Hawks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "b128d749-7d50-4558-9130-7254a3663791",
            "gambit_id": "57d68528-8257-43a0-9514-fa271b10efb9",
            "last_updated": "2023-03-14T12:32:15.462085-04:00",
            "created_at": "2023-03-13T09:22:03.093082-04:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a410fcf2-8f16-41bf-8976-b476539e3ab2/?format=api"
        },
        {
            "id": "1a9191d6-37ec-418a-85ef-b2d8d9f0caf6",
            "gambit_id": "0db8da98-38c7-463d-8bb0-a903491cc668",
            "last_updated": "2023-03-14T12:32:15.460646-04:00",
            "created_at": "2023-03-13T09:22:03.091499-04:00",
            "name": "Atlanta Hawks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a410fcf2-8f16-41bf-8976-b476539e3ab2/?format=api"
        }
    ]
}