GET /api/bet_types/7d201672-9e6c-49fe-912f-dcd2496a2db6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7d201672-9e6c-49fe-912f-dcd2496a2db6",
    "match": "https://api-prod.gambitprofit.com/api/matches/aaf9ed83-a650-4b25-a3be-a3cc4fbaf0ec/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-23T09:28:13.337159-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": "HOU",
                "amount": 5949.0
            },
            {
                "team": "LOS",
                "amount": 4051.0
            }
        ],
        "expected_reward_tokens": 9518.4,
        "profit_sb": 18.4,
        "profit_sb_percentage": 0.19,
        "recommended": true
    },
    "lines": [
        {
            "id": "73533853-abde-4751-9b6b-7ca6e4bdc352",
            "gambit_id": "11a97ba9-232d-4ca7-a207-ab5c67c880b1",
            "last_updated": "2023-06-24T10:38:18.287550-04:00",
            "created_at": "2023-06-23T09:28:13.339391-04:00",
            "name": "HOU",
            "reward": "1.60000",
            "odds": "1.62110",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7d201672-9e6c-49fe-912f-dcd2496a2db6/?format=api"
        },
        {
            "id": "d3a2be39-1666-4acf-8ac3-2b0933fe1f2f",
            "gambit_id": "435a3016-0dee-457b-8ff4-3ec8042aea18",
            "last_updated": "2023-06-24T10:38:18.288854-04:00",
            "created_at": "2023-06-23T09:28:13.341556-04:00",
            "name": "LOS",
            "reward": "2.35000",
            "odds": "2.41000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7d201672-9e6c-49fe-912f-dcd2496a2db6/?format=api"
        }
    ]
}