GET /api/bet_types/422bb392-cc95-4ff1-8fc2-12dfee6412eb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "422bb392-cc95-4ff1-8fc2-12dfee6412eb",
    "match": "https://api-prod.gambitprofit.com/api/matches/3fadbaf2-f06c-412c-8c04-f97c9fe343dd/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-05T09:33:00.131527-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": "Detroit Pistons",
                "amount": 5000.0
            },
            {
                "team": "Golden State Warriors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "56fd9b1b-75a6-4fae-907b-9751d98673ce",
            "gambit_id": "43380bab-d119-412c-a131-2c8b0c4c452b",
            "last_updated": "2024-01-08T14:23:10.967896-05:00",
            "created_at": "2024-01-05T09:33:00.135848-05:00",
            "name": "Detroit Pistons",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/422bb392-cc95-4ff1-8fc2-12dfee6412eb/?format=api"
        },
        {
            "id": "d52e6560-e316-464a-8c9b-6149ec2f71ec",
            "gambit_id": "a9497dbe-cc37-4ddf-a00d-4082515820fa",
            "last_updated": "2024-01-08T14:23:10.971337-05:00",
            "created_at": "2024-01-05T09:33:00.140285-05:00",
            "name": "Golden State Warriors",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/422bb392-cc95-4ff1-8fc2-12dfee6412eb/?format=api"
        }
    ]
}