GET /api/bet_types/5f7966a1-1bc1-4157-be0c-80f5f0e0cab2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5f7966a1-1bc1-4157-be0c-80f5f0e0cab2",
    "match": "https://api-prod.gambitprofit.com/api/matches/73d44481-e572-438a-8523-fe15f29efd32/?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": "BAL",
                "amount": 5676.0
            },
            {
                "team": "TAM",
                "amount": 4324.0
            }
        ],
        "expected_reward_tokens": 9251.88,
        "profit_sb": 251.88,
        "profit_sb_percentage": 2.8,
        "recommended": true
    },
    "lines": [
        {
            "id": "94045165-b6c4-4cfb-9fd0-49d55eeeb854",
            "gambit_id": "324f5c71-ca59-427d-9f29-370e632facdf",
            "last_updated": "2022-08-15T14:22:15.538319-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BAL",
            "reward": "1.63000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f7966a1-1bc1-4157-be0c-80f5f0e0cab2/?format=api"
        },
        {
            "id": "8167e8e8-0590-402e-a420-77e75ea7b1b3",
            "gambit_id": "6fdc2728-6aeb-423d-b2e1-6b88d8eda299",
            "last_updated": "2022-08-15T14:22:15.537866-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TAM",
            "reward": "2.14000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f7966a1-1bc1-4157-be0c-80f5f0e0cab2/?format=api"
        }
    ]
}