GET /api/bet_types/1a396098-d282-484e-a208-c07f636aeb86/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1a396098-d282-484e-a208-c07f636aeb86",
    "match": "https://api-prod.gambitprofit.com/api/matches/40ab73b7-d3b2-40af-8be4-c33ddab34778/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-29T10:07:03.718448-04: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": "San Antonio Spurs",
                "amount": 5000.0
            },
            {
                "team": "Utah Jazz",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "f4b5cae1-7e6c-4a06-a227-2924ee284706",
            "gambit_id": "b8219780-a65a-4f22-a4d0-ca71510454b6",
            "last_updated": "2023-03-30T10:26:56.338153-04:00",
            "created_at": "2023-03-29T10:07:03.720673-04:00",
            "name": "San Antonio Spurs",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a396098-d282-484e-a208-c07f636aeb86/?format=api"
        },
        {
            "id": "6ad98f06-68b2-4627-b13b-e07b0e679002",
            "gambit_id": "bcc6e85b-49c9-45bc-80d6-81638f33a5b5",
            "last_updated": "2023-03-30T10:26:56.339409-04:00",
            "created_at": "2023-03-29T10:07:03.723311-04:00",
            "name": "Utah Jazz",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a396098-d282-484e-a208-c07f636aeb86/?format=api"
        }
    ]
}