GET /api/bet_types/4268d318-2e00-4492-9533-2ad897050f59/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4268d318-2e00-4492-9533-2ad897050f59",
    "match": "https://api-prod.gambitprofit.com/api/matches/480dc885-d436-4eb2-9787-f6b820174132/?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": "UCLA",
                "amount": 5000.0
            },
            {
                "team": "Oregon",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "f6ca06a6-0b93-4b07-8a17-f5ac0db64bdd",
            "gambit_id": "25ec3b33-2375-4a1e-8324-8c511422f67f",
            "last_updated": "2022-10-23T19:42:06.818666-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UCLA",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4268d318-2e00-4492-9533-2ad897050f59/?format=api"
        },
        {
            "id": "e056c5e4-0e15-4d74-a650-b7fa52eee018",
            "gambit_id": "099ac4b0-03c9-41e5-804c-8d36406afbd8",
            "last_updated": "2022-10-23T19:42:06.817438-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oregon",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4268d318-2e00-4492-9533-2ad897050f59/?format=api"
        }
    ]
}