GET /api/bet_types/5377ed89-5f3f-467d-af09-09f6d746a3ba/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5377ed89-5f3f-467d-af09-09f6d746a3ba",
    "match": "https://api-prod.gambitprofit.com/api/matches/fb8f2946-d498-4ba8-908b-add64e4daf26/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-20T10:03:17.944171-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": "Philadelphia 76ers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "4b8cee2b-a095-438c-981d-068c7046bd8f",
            "gambit_id": "fad0ee29-9a68-4b02-b3ea-f8b210b1f620",
            "last_updated": "2023-12-22T15:23:25.965839-05:00",
            "created_at": "2023-12-20T10:03:17.948837-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5377ed89-5f3f-467d-af09-09f6d746a3ba/?format=api"
        },
        {
            "id": "15b16dcf-ee4c-42d3-9d96-e8f7517685d9",
            "gambit_id": "5724e298-c3f6-4051-9902-36b4d5c43581",
            "last_updated": "2023-12-22T15:23:25.969080-05:00",
            "created_at": "2023-12-20T10:03:17.953998-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5377ed89-5f3f-467d-af09-09f6d746a3ba/?format=api"
        }
    ]
}