GET /api/bet_types/d7892cc2-067c-4aa2-aa5b-199011ed0d4e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d7892cc2-067c-4aa2-aa5b-199011ed0d4e",
    "match": "https://api-prod.gambitprofit.com/api/matches/12ffa6b0-9d30-4c84-9014-233fa9334292/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-01T10:03:01.793667-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": "New York Knicks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "0d78286a-21ee-49d7-93c4-320fb84c175f",
            "gambit_id": "4c6dc1d2-0b3d-4b48-a026-80542893f338",
            "last_updated": "2024-01-03T10:53:13.520336-05:00",
            "created_at": "2024-01-01T10:03:01.797578-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d7892cc2-067c-4aa2-aa5b-199011ed0d4e/?format=api"
        },
        {
            "id": "22cf70ab-a1dd-48fc-bbb3-6c31e37efc35",
            "gambit_id": "855ad1c5-b3ba-4229-867a-03a051d46cfb",
            "last_updated": "2024-01-03T10:53:13.524765-05:00",
            "created_at": "2024-01-01T10:03:01.801428-05:00",
            "name": "New York Knicks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d7892cc2-067c-4aa2-aa5b-199011ed0d4e/?format=api"
        }
    ]
}