GET /api/bet_types/514ed64c-48fd-44d4-8981-53e0a1d7ddd2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "514ed64c-48fd-44d4-8981-53e0a1d7ddd2",
    "match": "https://api-prod.gambitprofit.com/api/matches/4a350745-7619-477f-bda0-4789b9ff2264/?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": "Orlando Magic",
                "amount": 5000.0
            },
            {
                "team": "Houston Rockets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "fe7d208b-dc28-4189-a920-b041e161f49b",
            "gambit_id": "51daffaf-856b-4ec6-9a0d-df9c64aff545",
            "last_updated": "2022-11-08T11:01:59.477504-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Orlando Magic",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/514ed64c-48fd-44d4-8981-53e0a1d7ddd2/?format=api"
        },
        {
            "id": "5dfe3135-5e6f-4fd0-8431-ace7a5db7e11",
            "gambit_id": "e80f93f0-cb62-4c1d-ac61-b2759d801fd7",
            "last_updated": "2022-11-08T11:01:59.478495-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Houston Rockets",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/514ed64c-48fd-44d4-8981-53e0a1d7ddd2/?format=api"
        }
    ]
}