GET /api/bet_types/48c1d169-fe1d-4916-8028-56b7b07f2232/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "48c1d169-fe1d-4916-8028-56b7b07f2232",
    "match": "https://api-prod.gambitprofit.com/api/matches/0b4b3e79-a08f-4272-8439-dd5ef50ec062/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-20T05:38:16.346783-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": "Philadelphia 76ers",
                "amount": 5000.0
            },
            {
                "team": "Charlotte Hornets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "0fce6b69-952a-4517-8c06-1cc867a2e1eb",
            "gambit_id": "2c9a1cb9-d437-409e-a3be-2906a0a4e6c0",
            "last_updated": "2024-01-23T18:28:33.027708-05:00",
            "created_at": "2024-01-20T05:38:16.351434-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-12.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/48c1d169-fe1d-4916-8028-56b7b07f2232/?format=api"
        },
        {
            "id": "9182d09d-e9e7-4405-beb9-7e025d25683e",
            "gambit_id": "c1616aeb-26b3-46b3-bd78-a7c9ae7bfd8d",
            "last_updated": "2024-01-23T18:28:33.031238-05:00",
            "created_at": "2024-01-20T05:38:16.357402-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "12.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/48c1d169-fe1d-4916-8028-56b7b07f2232/?format=api"
        }
    ]
}