GET /api/bet_types/701b0e68-1beb-4b55-b49b-c98827c8495d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "701b0e68-1beb-4b55-b49b-c98827c8495d",
    "match": "https://api-prod.gambitprofit.com/api/matches/634220ad-4051-4d95-a044-37322d5dc7c4/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Dallas Mavericks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8950.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.56,
        "recommended": false
    },
    "lines": [
        {
            "id": "f500dd15-5d56-4b67-9448-c728eae6ec2f",
            "gambit_id": "ef40f1ed-ee53-4efb-8861-898a4fa0a8dd",
            "last_updated": "2022-12-22T10:37:31.587861-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/701b0e68-1beb-4b55-b49b-c98827c8495d/?format=api"
        },
        {
            "id": "f22c132e-e145-4f2d-92d3-0452aa93e180",
            "gambit_id": "dabe169a-abed-4a33-8764-927823099cd2",
            "last_updated": "2022-12-22T10:37:31.588959-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/701b0e68-1beb-4b55-b49b-c98827c8495d/?format=api"
        }
    ]
}