GET /api/bet_types/d41d54b8-ccab-4e2d-a589-7d41b3806fd1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d41d54b8-ccab-4e2d-a589-7d41b3806fd1",
    "match": "https://api-prod.gambitprofit.com/api/matches/1b1d107b-7a8f-4fbf-a3c1-8c26fa8ea130/?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": "TAM",
                "amount": 6288.0
            },
            {
                "team": "BOS",
                "amount": 3712.0
            }
        ],
        "expected_reward_tokens": 9242.88,
        "profit_sb": 242.88,
        "profit_sb_percentage": 2.7,
        "recommended": true
    },
    "lines": [
        {
            "id": "aaa88b2b-26c6-454b-9155-e04710aeae39",
            "gambit_id": "db8b7311-09d3-468c-ba89-2b4e790bdc8b",
            "last_updated": "2022-08-27T12:36:58.496323-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TAM",
            "reward": "1.47000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d41d54b8-ccab-4e2d-a589-7d41b3806fd1/?format=api"
        },
        {
            "id": "4ce48811-f152-4bf1-937d-d1b6db95c73c",
            "gambit_id": "6c11e61d-503b-4ca3-a289-73bb8c31eb85",
            "last_updated": "2022-08-27T12:36:58.495855-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BOS",
            "reward": "2.49000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d41d54b8-ccab-4e2d-a589-7d41b3806fd1/?format=api"
        }
    ]
}