GET /api/bet_types/46ea42ea-4d9a-4249-8f0e-1cf70c77681d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "46ea42ea-4d9a-4249-8f0e-1cf70c77681d",
    "match": "https://api-prod.gambitprofit.com/api/matches/39567713-b200-4148-873a-9a76680c5b92/?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": "Boston College",
                "amount": 5000.0
            },
            {
                "team": "Syracuse",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "b6f0a94f-316c-4391-bf74-239c7ef9e668",
            "gambit_id": "fa535313-3c12-4603-9383-3e7109f02c26",
            "last_updated": "2022-11-28T09:27:06.835646-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston College",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46ea42ea-4d9a-4249-8f0e-1cf70c77681d/?format=api"
        },
        {
            "id": "c66c402f-8e8a-4625-8b3c-158be369f670",
            "gambit_id": "bae2d718-df78-4317-91c7-52049ec5ba6f",
            "last_updated": "2022-11-28T09:27:06.836646-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Syracuse",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46ea42ea-4d9a-4249-8f0e-1cf70c77681d/?format=api"
        }
    ]
}