GET /api/bet_types/7be70eeb-ed96-4755-b344-f7c4305ea81b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7be70eeb-ed96-4755-b344-f7c4305ea81b",
    "match": "https://api-prod.gambitprofit.com/api/matches/927dd80c-520e-4cb1-9fab-8cb6a731660c/?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": 6132.0
            },
            {
                "team": "NYY",
                "amount": 3868.0
            }
        ],
        "expected_reward_tokens": 9320.64,
        "profit_sb": 320.64,
        "profit_sb_percentage": 3.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "536e4640-a7e0-4b02-b82c-db82e4600d94",
            "gambit_id": "85105ef2-121a-4855-8bad-b9fd03379b2d",
            "last_updated": "2022-08-18T10:31:50.538253-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TAM",
            "reward": "1.52000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7be70eeb-ed96-4755-b344-f7c4305ea81b/?format=api"
        },
        {
            "id": "f938df1b-d152-4edf-9dbe-80e1803df07a",
            "gambit_id": "59e2cfb0-e6fa-4b84-8ea3-21815ff7861c",
            "last_updated": "2022-08-18T10:31:50.537782-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYY",
            "reward": "2.41000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7be70eeb-ed96-4755-b344-f7c4305ea81b/?format=api"
        }
    ]
}