GET /api/bet_types/6381c391-32b2-405e-b711-422a405a1859/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6381c391-32b2-405e-b711-422a405a1859",
    "match": "https://api-prod.gambitprofit.com/api/matches/5bcf92cc-80fb-45ad-8638-23a798de01a7/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-13T09:11:47.888623-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": "New Orleans Pelicans",
                "amount": 5000.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "af6e55a6-cadc-4f52-8ab2-2cc8e04e9fae",
            "gambit_id": "f70d7637-f082-4585-9ea1-3506469f53b4",
            "last_updated": "2023-01-14T12:07:00.493559-05:00",
            "created_at": "2023-01-13T09:11:47.890888-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6381c391-32b2-405e-b711-422a405a1859/?format=api"
        },
        {
            "id": "5a329c82-cbb5-44fe-9960-ab169f7a0947",
            "gambit_id": "4e1cfe84-5a48-47ce-a57f-b3846fcc42ae",
            "last_updated": "2023-01-14T12:07:00.490613-05:00",
            "created_at": "2023-01-13T09:11:47.889743-05:00",
            "name": "Detroit Pistons",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6381c391-32b2-405e-b711-422a405a1859/?format=api"
        }
    ]
}