GET /api/bet_types/3a77a6b6-5784-4eee-aadd-0aa1175b17fb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3a77a6b6-5784-4eee-aadd-0aa1175b17fb",
    "match": "https://api-prod.gambitprofit.com/api/matches/75acfda3-01e7-4b82-bfb6-a4f904f2e5eb/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-17T09:23:16.783895-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": "Cleveland Cavaliers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "af934e73-7d8d-4c36-a9c0-13d19e6fb232",
            "gambit_id": "b7d31ab4-00a8-46be-8f18-706341ac0bd0",
            "last_updated": "2023-11-18T17:58:24.467973-05:00",
            "created_at": "2023-11-17T09:23:16.788228-05:00",
            "name": "Detroit Pistons",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a77a6b6-5784-4eee-aadd-0aa1175b17fb/?format=api"
        },
        {
            "id": "0900fc56-7b80-4a8f-bc64-e645cd6aaf9d",
            "gambit_id": "3f64b175-12a0-4afc-a82a-013ae4bcdb73",
            "last_updated": "2023-11-18T17:58:24.473336-05:00",
            "created_at": "2023-11-17T09:23:16.792861-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a77a6b6-5784-4eee-aadd-0aa1175b17fb/?format=api"
        }
    ]
}