GET /api/bet_types/143993e2-d413-4f3a-a094-b491002be228/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "143993e2-d413-4f3a-a094-b491002be228",
    "match": "https://api-prod.gambitprofit.com/api/matches/55713873-d3b5-44f6-8874-85fd903c0046/?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": "Baltimore Ravens",
                "amount": 5207.0
            },
            {
                "team": "New England Patriots",
                "amount": 4793.0
            }
        ],
        "expected_reward_tokens": 9058.77,
        "profit_sb": 58.77,
        "profit_sb_percentage": 0.65,
        "recommended": true
    },
    "lines": [
        {
            "id": "61ba9a99-f7e4-4db7-92ab-c51d6aadf8ba",
            "gambit_id": "8ff7d3e7-cf85-4d12-af9c-a59958893e2d",
            "last_updated": "2022-09-26T10:11:52.298302-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Baltimore Ravens",
            "reward": "1.74000",
            "odds": "1.83330",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/143993e2-d413-4f3a-a094-b491002be228/?format=api"
        },
        {
            "id": "32a72dbe-7ae2-40ec-b36f-0db079d62285",
            "gambit_id": "3a948cb2-7705-4127-b95e-517bbae95831",
            "last_updated": "2022-09-26T10:11:52.297303-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New England Patriots",
            "reward": "1.89000",
            "odds": "2.00000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/143993e2-d413-4f3a-a094-b491002be228/?format=api"
        }
    ]
}